CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimPointEnumField Json Schema
In This Topic
    CimPointEnumField Json Schema
    In This Topic
    Description
    Represents a point enum field that associates a text string with an integer point value.
    Overview
    CimPointEnumField
    Represents a point enum field that associates a text string with an integer point value.
    Text : string
    The Text property gets and sets the text of the point enum field.
    Value : integer
    The numeric value of the point enum field.
    SetpointAllowed : boolean
    The SetpointAllowed property gets and sets if a setpoint is allowed with this enum text for the point.
    Properties
    NameDescriptionData Type
    The Text property gets and sets the text of the point enum field.string
    The numeric value of the point enum field.integer
    The SetpointAllowed property gets and sets if a setpoint is allowed with this enum text for the point.boolean
    See Also